home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Field Properties < prev    next >
Text File  |  1992-11-25  |  328b  |  15 lines

  1. tell application "FileMaker Pro"
  2.     class of first Field
  3.     best type of Field "a"
  4.     default type of Field -2
  5.     ID of first Field
  6.     name of Field 2
  7.     Nulls OK of Field 2
  8.     Repeats of Field "a"
  9.     Repeat Size of Field "a"
  10.     Unique Value of Field 2
  11.     Access of Field 2
  12.     Protection of Field -2
  13.     Formula of Field "a"
  14.     Lock of last Field
  15. end tell